Public Member Functions | |
| __construct (array $children) | |
| rewind () | |
| current () | |
| key () | |
| next () | |
| valid () | |
Protected Attributes | |
| $children = array() | |
| __construct | ( | array $ | children ) |
constructor
| array<vfsStreamContent> | $children |
| current | ( | ) |
returns the current child
| key | ( | ) |
returns the name of the current child
| next | ( | ) |
iterates to next child
| rewind | ( | ) |
resets children pointer
| valid | ( | ) |
checks if the current value is valid
1.7.2